Package | Description |
---|---|
org.josef.annotations |
Annotations.
|
org.josef.demo.jdbc |
Demo of Data Management Components (DMC).
|
org.josef.demo.jpa |
Demo of Java Persistence API (JPA).
|
org.josef.ejb |
Enterprise Java Bean Components.
|
org.josef.ejb.crud |
CRUD Service Component.
|
org.josef.finance |
Finance related Packages and Classes.
|
org.josef.jdbc |
jdbc related classes.
|
org.josef.jpa |
JPA (Java Persistence API) related classes.
|
org.josef.jpa.audit |
JPA Audit Trail classes.
|
org.josef.science |
Science related classes.
|
org.josef.science.biology |
Biology related classes.
|
org.josef.science.math |
Mathematical related classes.
|
org.josef.science.math.geometry |
Contains classes related to (Euclidian) geometry.
|
org.josef.science.physics |
Physics related Classes.
|
org.josef.science.physics.astronomy |
Astronomy related Classes.
|
org.josef.science.physics.particle |
Physics of elementary and non-elementary particles.
|
org.josef.util |
Utility Classes.
|
org.josef.util.appserver |
Utility Classes for Application Servers.
|
org.josef.util.args |
Utility Classes to handle command line arguments.
|
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 |
Web Components.
|
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.jsf.validator |
Java Server Faces Validators.
|
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 |
StoredProcedure
Stored Procedure class.
|
Modifier and Type | Class and Description |
---|---|
class |
Car
Car entity.
|
class |
CarDetail
CarDetail entity which has a one to one relation with
Car . |
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 |
NobelPrize
NobelPrize entity.
|
class |
NobelPrizeCategory
NobelPrizeCategory entity.
|
class |
NobelPrizeCategorySearchCriteria
Search criteria to find entities of type
NobelPrizeCategory . |
class |
NobelPrizeLaureate
NobelPrizeLaureate entity.
|
class |
NobelPrizeLaureateSearchCriteria
Search criteria to find entities of type
NobelPrizeLaureate . |
class |
NobelPrizeSearchCriteria
Search criteria to find entities of type
NobelPrize . |
class |
Planet
Planet entity.
|
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 |
AbstractControllerBean
Ultimate Base Class for Controller Beans, providing access to an injected
SessionContext . |
class |
AbstractEntityControllerBean
Ultimate Base Class for Controller Beans that control a JPA entity.
|
interface |
CrudActions<T extends Persistable>
Interface to be implemented by classes that support CRUD (Create, Read,
Update and Delete) actions on an Entity.
|
interface |
CrudChildActions<T extends Persistable>
Interface to be implemented by classes that support CRUD (Create, Read,
Update and Delete) actions on an Entity.
|
class |
ServiceLocator
Service Locator that, as its name implies, locates services.
|
class |
ServiceLocatorException
Service Locator Exception, indicating that a service could not be located.
|
class |
ValueObject
Base class of all value objects.
|
interface |
ValueObjectInterface
Interface for all value objects.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractCrudChildControllerBean<T extends Persistable>
Controller that support CRUD (Create, Read, Update Delete) actions on a JPA
Entity that is a Child of another JPA Entity.
|
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 |
BankIdentifierCode
Abstraction of a Bank Identifier Code (BIC).
|
class |
Finance
Financial Calculations Utility class.
|
class |
FinanceConstants
A collection of finance related constants.
|
class |
IbanOfCountry
Enumeration of IBAN used in different countries.
|
class |
InternationalBankAccountNumber
Abstraction of an IBAN (International Bank Account Number).
|
class |
Payment
Enumeration of payments.
|
class |
PaymentMoment
The moment a payment takes place.
|
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 |
AbstractEntity
Ultimate base class for JPA Entities.
|
class |
AbstractEntityIdentifiedById
Ultimate base class for JPA Entity classes that are identified by an ID.
|
class |
AbstractEntityIdentifiedByObjectId
Ultimate base class for JPA Entities that are identified by an Object ID.
|
class |
AbstractSearchCriteria
Abstract super class for Search Criteria classes.
|
class |
CColumn
Abstraction of a Column of a JPA Entity.
|
class |
EntityDataAccess
Utility class that provides data access for JPA/EJB 3 entities.
|
class |
EntityManagerHelper
Entity Manager Helper utility class after an example by MyEclipse.
|
class |
FieldLengths
Field Length Constants.
This class was created to get rid of "magic number" notifications created by Check Style. |
class |
JpaLogUtil
JPA Log Utility Class.
|
class |
JpaUtil
JPA Utility Class.
|
interface |
Persistable
This interface should be implemented by persistable classes.
|
class |
PersistAction
Enumeration of actions that can be performed on persistable entities.
|
class |
RelationalOperator
Enumeration of relational operators.
|
interface |
Searchable
Interface to be implemented by classes that support searching JPA Entities
using criteria.
|
class |
SingleParamFunction
Enumeration of JP/QL functions that accept a single parameter.
|
class |
WhereClause
Abstraction of a JP/QL where clause.
|
class |
WhereClauseRpn
Abstraction of a JP/QL where clause builder using Reverse Polish Notation.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAuditTrailEntityIdentifiedById
Ultimate base class for JPA Entities that are identified by an ID and
maintain audit trail data.
|
class |
AbstractAuditTrailEntityIdentifiedByObjectId
Ultimate base class for JPA Entities that are identified by an Object ID and
maintain audit trail data.
|
interface |
Auditable
Interface to be implemented by JPA Entities that want to maintain audit trail
data.
|
class |
AuditTrailData
Embeddable audit trail data.
|
class |
AuditTrailListener
Audit trail listener that adds audit trail data to
Auditable
entities. |
Modifier and Type | Class and Description |
---|---|
class |
SiPrefix
SI Prefix.
|
Modifier and Type | Class and Description |
---|---|
class |
BodyMassIndex
Body Mass Index Calculation class.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractRootFinder
Superclass for classes that will find a root of a mathematical function.
|
class |
Bisection
Finds the roots of a function within a defined interval, using the Bisection
method.
|
class |
CBigDecimal
Abstraction of a decimal number with almost unlimited precision that extends
BigDecimal . |
class |
CBigInteger
Collection of mathematical methods that operate on integers (of unlimited size).
|
class |
CBoolean
Utility class for booleans.
|
class |
CByte
This class wraps a primitive byte value.
|
class |
CDouble
This class wraps a primitive double value.
|
class |
CFloat
This class wraps a primitive float value.
|
class |
CInteger
This class wraps a primitive integer value.
|
class |
CLong
This class wraps a primitive long value.
|
class |
Combinations<T>
Mathematical utility class that handles combinations.
|
class |
CRational
Abstraction of a Rational number.
|
class |
CShort
This class wraps a primitive short value.
|
class |
CStatistics
Mathematical utility class to calculate statistical values like average and
minimum value and maximum value of a list of values.
|
class |
FunctionInterval
Abstraction of an interval of a function.
|
class |
MathConstants
A collection of math related constants that could not be stored one of the
primitive wrapper classes or are better stored here since they are of
constant type.
|
class |
ModuloCheck
Utility class to perform checks based upon some kind of modulo algorithm.
|
class |
PrimeFactor
A prime factor.
|
class |
QuadraticEquation
Represents a Quadratic Equation that is solved by using the Quadratic
Formula.
|
class |
RegulaFalsi
Finds the roots of a function within a defined interval, using the Regula
Falsi (False Position) method.
|
class |
RomanNumbers
Utility class for the conversion of Roman numbers to Arabic numbers and
vice versa.
|
class |
RootFinderContext
Context to find a root of a function using different strategies.
|
interface |
RootFinderStrategy
Strategy interface for concrete strategy classes that can find the root of a function.
|
Modifier and Type | Class and Description |
---|---|
class |
CLine
Abstraction of a line.
|
class |
CPoint
Abstraction of a point in two dimensions.
|
Modifier and Type | Class and Description |
---|---|
class |
BritishImperialLength
Enumeration of British Imperial lengths.
|
class |
BritishImperialMass
Enumeration of British Imperial masses.
|
class |
Element
Enumeration of all the Elements of the Periodic Table.
|
class |
LengthConverterSi2BritishImperial
Utility class to convert from metric lengths to British Imperial lengths and vice versa.
|
class |
MassConverterSi2BritishImperial
Utility class to convert from metric masses to British Imperial masses and vice versa.
|
class |
MetricLength
Enumeration of metric lengths.
|
class |
MetricMass
Enumeration of metric masses.
|
class |
Phase
Enumeration of the different phases and their possible transitions.
|
Modifier and Type | Class and Description |
---|---|
class |
Planet
Enumeration of all the planets in the Solar System.
|
class |
TimeZoneUtil
TimeZone Utility class.
|
Modifier and Type | Class and Description |
---|---|
class |
Spin
Enumeration of all the possible spin values of a subatomic particle.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractLocalizedException
Ultimate base class for checked exceptions that are capable of showing localized messages.
|
class |
AbstractLocalizedRuntimeException
Ultimate base class for runtime exceptions that are capable of showing
localized messages.
|
class |
Base64
Base64 encoding and decoding.
|
interface |
Builder<T>
Generic Builder Interface.
|
class |
CArray
Array utility class.
|
class |
Case
Enumeration of possibles ways to convert characters.
|
class |
CCache<K,V>
A thread-safe LRU (Least Recently Used) cache.
|
class |
CComparator<T extends Comparable<? super T>>
Generic Comparator Class for objects that are already
Comparable . |
class |
CDate
Date utility class.
|
class |
CDebug
Class that aids in debugging.
|
class |
CEnumeration
Utility class for enumerations.
|
class |
CFile
File related utility class.
|
class |
ClassUtil
Generic utility class directly related to
Class . |
class |
CLocale
Collection of Locale related methods.
|
class |
CodeDescription
Abstraction of an immutable code and description pair.
|
class |
CompareField
Abstraction of a Field that is used in a comparison to determine the order of Objects that contain this Field.
|
class |
CQueue<E>
Abstraction of a queue.
|
class |
CReflection
Utility class to aid in using reflection.
|
class |
CResourceBundle
A list of
resource bundles that represents itself as a single ResourceBundle . |
class |
CString
Collection of String methods.
|
class |
CThread
Thread related utility class.
|
class |
EmailValidationPattern
Enumeration of patterns to use for email address verification.
|
class |
FieldComparator
Comparator suitable for comparing the names of
Fields . |
class |
Formatter
Formatter class that aids in formatting dates, date/times, decimals, integers, longs and times.
|
class |
FormatterFactory
A Factory for the different ....Format classes in the java.text package.
|
class |
FormatWithSeparators
Utility class to format beans where properties of the bean are separated
by conditional separators.
|
class |
GlobalSettings
Global Settings.
|
class |
HashUtil
Utility class to compute hash codes.
|
class |
InputOutputUtil
IO Utility class.
|
class |
InvalidArgumentException
Exception that signals that an argument passed to a method is not valid.
|
class |
InvalidStateException
Exception that signals that an object like a
ValueObject is in an invalid state. |
class |
Iso3166Country
Enumeration of ISO 3166 Countries.
|
class |
JulianDate
Utility class to calculate Julian Dates.
|
interface |
LocalizableEnumeration
Interface to declare that an enumeration supports localization.
|
class |
LogUtil
Collection of Logging related methods.
|
class |
MapUtil
Utility class for Maps.
|
class |
Mask
Mask utility class.
|
class |
Month
Enumeration of all the months in a year.
|
class |
MultiFieldComparator<T>
Comparator Class that allows for the comparison of multiple fields.
|
class |
Nationality
Enumeration of Nationalities.
|
class |
ObjectToStringUtil
Utility class that creates a generic String representation of an Object.
|
class |
ObjectUtil
Generic utility class directly related to
Object . |
class |
Order
Determines how things are ordered.
|
class |
RandomElementIterator<E>
An Iterator that returns elements in random order.
|
class |
RandomRoundRobinElementIterator<E>
An Iterator that returns elements in random order.
|
class |
RoundRobinElementIterator<E>
An Iterator that returns elements in round robin fashion.
|
class |
SequentialIdGenerator
Generates sequential id's that are unique within the lifetime of an instance of this class.
|
class |
Serializer
Utility class to perform serialization.
|
class |
Trim
Enumeration of all possibles ways to trim characters from a String.
|
class |
UrlUtil
URL Utility class.
|
class |
Util
Generic utility class.
|
class |
ValidationException
Exception that signals that validation failed.
|
class |
WeekDay
Enumeration of all the days in a week.
|
class |
ZipCodeOfCountry
Enumeration of zip codes, uses in different countries.
|
Modifier and Type | Class and Description |
---|---|
class |
ApplicationServer
Enumeration of Application Servers.
|
class |
ApplicationServerSecurity
Utility class to handle application server security.
|
interface |
ApplicationServerSecurityInterface
Interface for handling security for an application server.
|
class |
ApplicationServerUtil
Utility class to handle generic and specific application server specific
functionality.
|
interface |
ApplicationServerUtilInterface
Generic Application Server Utility interface.
|
class |
JmxUtil
Utility class for JMX.
|
Modifier and Type | Class and Description |
---|---|
class |
CommandLineProcessor
A command line processor that uses annotations to process command line arguments that are passed to a java program.
|
interface |
Option
Indicates that the method with this annotation, corresponds to a single command line option.
|
interface |
ProgramArguments
Indicates that the method with this annotation corresponds to the program arguments.
|
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 |
CsvException
Exception that indicates something has gone wrong during either reading or
writing of csv data.
|
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.
|
class |
CsvUtil
Utility class for manipulating csv (Comma Separated Values) data.
|
Modifier and Type | Class and Description |
---|---|
class |
DateConversion
Utility class to convert dates from and to XMLGregorianCalendar.
|
class |
XmlException
Generic XML exception to be used in situations where an xml file could not
be read, could not be parsed and so on.
|
class |
XmlReader
Utility class to read xml documents.
|
class |
XmlUtil
Xml related utility class.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryStringUtil
Query String Utility class.
|
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 |
RelationalValidationOperator
Enumeration of relational operators used in validation.
|
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.