Package | Description |
---|---|
org.josef.annotations |
Annotations.
|
org.josef.demo.jpa |
Demo of Java Persistence API (JPA).
|
org.josef.ejb.crud |
CRUD Service Component.
|
org.josef.jdbc |
jdbc related classes.
|
org.josef.jpa |
JPA (Java Persistence API) related classes.
|
org.josef.util |
Utility Classes.
|
org.josef.util.csv |
Utility Classes to handle csv (comma separated values) data.
|
org.josef.util.xml |
Utility Classes to support xml (conversion).
|
org.josef.web.jsf.bean.crud |
Java Server Faces Managed Beans that provide CRUD functionality.
|
org.josef.web.jsf.util |
Java Server Faces Utility classes.
|
org.josef.web.servlet |
Basic servlet support.
|
Modifier and Type | Class and Description |
---|---|
interface |
NotComparable
Marker annotation type to indicate a field that can not be compared upon.
|
interface |
Review
Annotation type to indicate a review.
|
interface |
Reviews
Annotation type to indicate a list of reviews.
|
interface |
Status
Annotation type to indicate the status.
|
interface |
ThreadSafety
Annotation type to indicate the level of thread safety.
|
interface |
Wish
Annotation type to indicate a wish.
|
interface |
Wishes
Annotation type to indicate a list of wishes.
|
Modifier and Type | Class and Description |
---|---|
class |
CarSearchCriteria
Search criteria to find entities of type
Car . |
class |
Element
Element entity.
|
class |
ElementSearchCriteria
Search criteria to find entities of type
Element . |
class |
HtmlTag
Html Tag Entity.
|
class |
HtmlTagSearchCriteria
Search criteria to find entities of type
HtmlTag . |
class |
Moon
Moon entity.
|
class |
MoonSearchCriteria
Search criteria to find entities of type
Moon . |
class |
NobelPrizeCategorySearchCriteria
Search criteria to find entities of type
NobelPrizeCategory . |
class |
NobelPrizeLaureateSearchCriteria
Search criteria to find entities of type
NobelPrizeLaureate . |
class |
NobelPrizeSearchCriteria
Search criteria to find entities of type
NobelPrize . |
class |
PlanetSearchCriteria
Search criteria to find entities of type
Planet . |
class |
Scientist
Scientist entity.
|
class |
ScientistSearchCriteria
Search criteria to find entities of type
Scientist . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCrudControllerBean<T extends Persistable>
Controller that support CRUD (Create, Read, Update Delete) actions on a JPA
Entity.
|
Modifier and Type | Class and Description |
---|---|
class |
CType
Enumeration of JDBC types.
|
class |
DatabaseType
Enumeration of (SQL) Databases.
|
class |
JdbcUtil
JDBC Utility class.
|
class |
OrderByClause
Abstraction of a SQL order by clause.
|
class |
OrderByColumn
Abstraction of a column used in an order by clause.
|
class |
SqlStatementUtil
Utility class for creating SQL statements.
|
class |
StoredProcedure
Utility class to execute stored procedures.
|
class |
StoredProcedureParameter
Abstraction of a SQL parameter that is used in a stored procedure.
|
class |
StoredProcedureParameterType
Enumeration of SQL stored procedure parameter types.
|
Modifier and Type | Class and Description |
---|---|
class |
CColumn
Abstraction of a Column of a JPA Entity.
|
Modifier and Type | Class and Description |
---|---|
class |
Base64
Base64 encoding and decoding.
|
class |
CompareField
Abstraction of a Field that is used in a comparison to determine the order of Objects that contain this Field.
|
class |
CReflection
Utility class to aid in using reflection.
|
class |
Iso3166Country
Enumeration of ISO 3166 Countries.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCsv
Abstract base class for Utility classes that read or write Comma Separated
Values (csv).
|
class |
AbstractCsvFileWriter
Abstract Utility class to write CSV (Comma Separated Values) output to a
File.
|
class |
AbstractCsvMemoryWriter
Abstract Utility class to write CSV (Comma Separated Values) output to
memory.
|
class |
AbstractCsvReader
Abstract base class for Utility classes that read CSV (Comma Separated
Values) input.
|
class |
AbstractCsvWriter
Abstract base class for Utility classes that write CSV (Comma Separated
Values) output.
|
class |
CsvFileReader
Utility class to read csv (Comma Separated Values) input from a File.
|
class |
CsvMemoryReader
Abstract Utility class to read CSV (Comma Separated Values) input from
memory.
|
Modifier and Type | Class and Description |
---|---|
class |
DateConversion
Utility class to convert dates from and to XMLGregorianCalendar.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCrudEntityBean<T extends Persistable>
Super class for JSF Beans that perform CRUD actions (including searching and
sorting) on JPA Entities using a
MultiFieldComparator . |
Modifier and Type | Class and Description |
---|---|
class |
SelectItemComparator
Comparator for items of
SelectItem . |
Modifier and Type | Class and Description |
---|---|
class |
AbstractCsvServlet
Base class for all csv (comma separated values) based servlets that write csv output.
|
Copyright © 2008–2018. All rights reserved.