| Package | Description |
|---|---|
| org.josef.annotations |
Annotations.
|
| org.josef.ejb |
Enterprise Java Bean Components.
|
| 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.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 |
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 |
AbstractCsvServlet
Base class for all csv (comma separated values) based servlets that write csv output.
|
Copyright © 2008–2017. All rights reserved.