Class BirthdayFormatFactory
java.lang.Object
com.echothree.model.data.party.server.factory.BirthdayFormatFactory
- All Implemented Interfaces:
BaseFactory<BirthdayFormatPK,BirthdayFormat>
@ApplicationScoped
public class BirthdayFormatFactory
extends Object
implements BaseFactory<BirthdayFormatPK,BirthdayFormat>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of BirthdayFormatFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate()create(BirthdayFormatDetailPK activeDetailPK, BirthdayFormatDetailPK lastDetailPK) create(BirthdayFormatDetail activeDetail, BirthdayFormatDetail lastDetail) create(Session session, BirthdayFormatDetailPK activeDetailPK, BirthdayFormatDetailPK lastDetailPK) create(Session session, BirthdayFormatDetail activeDetail, BirthdayFormatDetail lastDetail) voidcreate(Session session, Collection<BirthdayFormatValue> _values) voidcreate(Collection<BirthdayFormatValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<BirthdayFormatPK> pks) getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<BirthdayFormatPK> pks) getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) getEntityFromCache(Session session, BirthdayFormatPK pk) getEntityFromPK(EntityPermission entityPermission, BirthdayFormatPK pk) getEntityFromPK(Session session, EntityPermission entityPermission, BirthdayFormatPK pk) getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) getEntityFromValue(EntityPermission entityPermission, BirthdayFormatValue value) getEntityFromValue(Session session, EntityPermission entityPermission, BirthdayFormatValue value) static BirthdayFormatFactorygetPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) getValueFromPK(Session session, BirthdayFormatPK pk) getValueFromResultSet(Session session, ResultSet rs) getValuesFromPKs(Session session, Collection<BirthdayFormatPK> pks) getValuesFromResultSet(Session session, ResultSet rs) prepareStatement(String query) voidremove(Session session, BirthdayFormatPK pk) voidremove(Session session, BirthdayFormat entity) voidremove(Session session, Collection<BirthdayFormatPK> pks) voidremove(Collection<BirthdayFormatPK> pks) voidstore(Session session, BirthdayFormat entity) voidstore(Session session, Collection<BirthdayFormat> entities) voidstore(Collection<BirthdayFormat> entities) booleanvalidPK(Session session, BirthdayFormatPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
BDYF_BIRTHDAYFORMATID
- See Also:
-
BDYF_ACTIVEDETAILID
- See Also:
-
BDYF_LASTDETAILID
- See Also:
-
-
Constructor Details
-
BirthdayFormatFactory
protected BirthdayFormatFactory()Creates a new instance of BirthdayFormatFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<BirthdayFormatPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<BirthdayFormatPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<BirthdayFormatValue> getValuesFromPKs(Session session, Collection<BirthdayFormatPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public BirthdayFormatValue getValueFromPK(Session session, BirthdayFormatPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<BirthdayFormatValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public BirthdayFormatValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<BirthdayFormat> getEntitiesFromPKs(EntityPermission entityPermission, Collection<BirthdayFormatPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<BirthdayFormat> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<BirthdayFormatPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public BirthdayFormat getEntityFromValue(EntityPermission entityPermission, BirthdayFormatValue value) -
getEntityFromValue
public BirthdayFormat getEntityFromValue(Session session, EntityPermission entityPermission, BirthdayFormatValue value) -
getEntityFromPK
public BirthdayFormat getEntityFromPK(EntityPermission entityPermission, BirthdayFormatPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public BirthdayFormat getEntityFromPK(Session session, EntityPermission entityPermission, BirthdayFormatPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<BirthdayFormatPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<BirthdayFormatPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public BirthdayFormatPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BirthdayFormat> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BirthdayFormat> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BirthdayFormat> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BirthdayFormat> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BirthdayFormat> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BirthdayFormat> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<BirthdayFormat> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BirthdayFormat getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BirthdayFormat getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BirthdayFormat getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BirthdayFormat getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BirthdayFormat getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BirthdayFormat getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public BirthdayFormat getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<BirthdayFormat> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<BirthdayFormat> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public BirthdayFormat getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public BirthdayFormat getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public BirthdayFormat create(Session session) throws PersistenceDatabaseException, PersistenceNotNullException -
create
-
create
public BirthdayFormat create(Session session, BirthdayFormatDetail activeDetail, BirthdayFormatDetail lastDetail) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public BirthdayFormat create(BirthdayFormatDetail activeDetail, BirthdayFormatDetail lastDetail) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public BirthdayFormat create(Session session, BirthdayFormatDetailPK activeDetailPK, BirthdayFormatDetailPK lastDetailPK) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public BirthdayFormat create(BirthdayFormatDetailPK activeDetailPK, BirthdayFormatDetailPK lastDetailPK) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<BirthdayFormatValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<BirthdayFormatValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<BirthdayFormat> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<BirthdayFormatPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<BirthdayFormatPK,BirthdayFormat> - Throws:
PersistenceDatabaseException
-