Class PartyTrainingClassSessionQuestionDetailFactory
java.lang.Object
com.echothree.model.data.training.server.factory.PartyTrainingClassSessionQuestionDetailFactory
- All Implemented Interfaces:
BaseFactory<PartyTrainingClassSessionQuestionDetailPK,PartyTrainingClassSessionQuestionDetail>
@ApplicationScoped
public class PartyTrainingClassSessionQuestionDetailFactory
extends Object
implements BaseFactory<PartyTrainingClassSessionQuestionDetailPK,PartyTrainingClassSessionQuestionDetail>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of PartyTrainingClassSessionQuestionDetailFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(PartyTrainingClassSessionQuestionPK partyTrainingClassSessionQuestionPK, PartyTrainingClassSessionPK partyTrainingClassSessionPK, TrainingClassQuestionPK trainingClassQuestionPK, Integer sortOrder, Long fromTime, Long thruTime) create(PartyTrainingClassSessionQuestion partyTrainingClassSessionQuestion, PartyTrainingClassSession partyTrainingClassSession, TrainingClassQuestion trainingClassQuestion, Integer sortOrder, Long fromTime, Long thruTime) voidgetEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyTrainingClassSessionQuestionDetailPK> pks) getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromPK(EntityPermission entityPermission, PartyTrainingClassSessionQuestionDetailPK pk) getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) getEntityFromValue(EntityPermission entityPermission, PartyTrainingClassSessionQuestionDetailValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidvoidvoidvoidboolean
-
Field Details
-
TABLE_NAME
- See Also:
-
PTRNCLSQUSDT_PARTYTRAININGCLASSSESSIONQUESTIONDETAILID
- See Also:
-
PTRNCLSQUSDT_PTRNCLSQUS_PARTYTRAININGCLASSSESSIONQUESTIONID
- See Also:
-
PTRNCLSQUSDT_PTRNCLSSESS_PARTYTRAININGCLASSSESSIONID
- See Also:
-
PTRNCLSQUSDT_TRNCLSQUS_TRAININGCLASSQUESTIONID
- See Also:
-
PTRNCLSQUSDT_SORTORDER
- See Also:
-
PTRNCLSQUSDT_FROMTIME
- See Also:
-
PTRNCLSQUSDT_THRUTIME
- See Also:
-
-
Constructor Details
-
PartyTrainingClassSessionQuestionDetailFactory
protected PartyTrainingClassSessionQuestionDetailFactory()Creates a new instance of PartyTrainingClassSessionQuestionDetailFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,PartyTrainingClassSessionQuestionDetail>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,PartyTrainingClassSessionQuestionDetail>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,PartyTrainingClassSessionQuestionDetail>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,PartyTrainingClassSessionQuestionDetail>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,PartyTrainingClassSessionQuestionDetail>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<PartyTrainingClassSessionQuestionDetailPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<PartyTrainingClassSessionQuestionDetailPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public PartyTrainingClassSessionQuestionDetailPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<PartyTrainingClassSessionQuestionDetailValue> getValuesFromPKs(Collection<PartyTrainingClassSessionQuestionDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public PartyTrainingClassSessionQuestionDetailValue getValueFromPK(PartyTrainingClassSessionQuestionDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<PartyTrainingClassSessionQuestionDetailValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public PartyTrainingClassSessionQuestionDetailValue getValueFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<PartyTrainingClassSessionQuestionDetail> getEntitiesFromPKs(EntityPermission entityPermission, Collection<PartyTrainingClassSessionQuestionDetailPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public PartyTrainingClassSessionQuestionDetail getEntityFromValue(EntityPermission entityPermission, PartyTrainingClassSessionQuestionDetailValue value) -
getEntityFromCache
-
getEntityFromPK
public PartyTrainingClassSessionQuestionDetail getEntityFromPK(EntityPermission entityPermission, PartyTrainingClassSessionQuestionDetailPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<PartyTrainingClassSessionQuestionDetailPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<PartyTrainingClassSessionQuestionDetailPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public PartyTrainingClassSessionQuestionDetailPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyTrainingClassSessionQuestionDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyTrainingClassSessionQuestionDetail> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<PartyTrainingClassSessionQuestionDetail> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyTrainingClassSessionQuestionDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyTrainingClassSessionQuestionDetail getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public PartyTrainingClassSessionQuestionDetail getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<PartyTrainingClassSessionQuestionDetail> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public PartyTrainingClassSessionQuestionDetail getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public PartyTrainingClassSessionQuestionDetail create(PartyTrainingClassSessionQuestion partyTrainingClassSessionQuestion, PartyTrainingClassSession partyTrainingClassSession, TrainingClassQuestion trainingClassQuestion, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public PartyTrainingClassSessionQuestionDetail create(PartyTrainingClassSessionQuestionPK partyTrainingClassSessionQuestionPK, PartyTrainingClassSessionPK partyTrainingClassSessionPK, TrainingClassQuestionPK trainingClassQuestionPK, Integer sortOrder, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<PartyTrainingClassSessionQuestionDetailValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(PartyTrainingClassSessionQuestionDetail entity) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,PartyTrainingClassSessionQuestionDetail> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<PartyTrainingClassSessionQuestionDetail> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,PartyTrainingClassSessionQuestionDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(PartyTrainingClassSessionQuestionDetail entity) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,PartyTrainingClassSessionQuestionDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(PartyTrainingClassSessionQuestionDetailPK pk) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,PartyTrainingClassSessionQuestionDetail> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Collection<PartyTrainingClassSessionQuestionDetailPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,PartyTrainingClassSessionQuestionDetail> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(PartyTrainingClassSessionQuestionDetailPK pk) throws PersistenceDatabaseException - Specified by:
validPKin interfaceBaseFactory<PartyTrainingClassSessionQuestionDetailPK,PartyTrainingClassSessionQuestionDetail> - Throws:
PersistenceDatabaseException
-