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