Package | Description |
---|---|
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.finance |
Finance related Packages and 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.math |
Mathematical related classes.
|
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.web |
Web Components.
|
org.josef.web.jsf.validator |
Java Server Faces Validators.
|
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 . |
Modifier and Type | Interface and Description |
---|---|
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.
|
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 |
PaymentMoment
The moment a payment takes place.
|
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 |
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 |
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 |
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 |
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.
|
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 |
CLocale
Collection of Locale related methods.
|
class |
CodeDescription
Abstraction of an immutable code and description pair.
|
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 |
Formatter
Formatter class that aids in formatting dates, date/times, decimals, integers, longs and times.
|
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 |
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 |
Month
Enumeration of all the months in a year.
|
class |
MultiFieldComparator<T>
Comparator Class that allows for the comparison of multiple fields.
|
class |
Order
Determines how things are ordered.
|
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 |
CsvException
Exception that indicates something has gone wrong during either reading or
writing of csv data.
|
class |
CsvUtil
Utility class for manipulating csv (Comma Separated Values) data.
|
Modifier and Type | Class and Description |
---|---|
class |
QueryStringUtil
Query String Utility class.
|
Modifier and Type | Class and Description |
---|---|
class |
RelationalValidationOperator
Enumeration of relational operators used in validation.
|
Copyright © 2008–2018. All rights reserved.