Class SelectorNodeEntityClobFactory
java.lang.Object
com.echothree.model.data.selector.server.factory.SelectorNodeEntityClobFactory
- All Implemented Interfaces:
BaseFactory<SelectorNodeEntityClobPK,SelectorNodeEntityClob>
@ApplicationScoped
public class SelectorNodeEntityClobFactory
extends Object
implements BaseFactory<SelectorNodeEntityClobPK,SelectorNodeEntityClob>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of SelectorNodeEntityClobFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(SelectorNodePK selectorNodePK, EntityAttributePK entityAttributePK, Long fromTime, Long thruTime) create(SelectorNode selectorNode, EntityAttribute entityAttribute, Long fromTime, Long thruTime) voidcreate(Collection<SelectorNodeEntityClobValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<SelectorNodeEntityClobPK> 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, SelectorNodeEntityClobPK 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, SelectorNodeEntityClobValue value) getPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) prepareStatement(String query) voidvoidremove(SelectorNodeEntityClob entity) voidvoidstore(SelectorNodeEntityClob entity) voidstore(Collection<SelectorNodeEntityClob> entities) boolean
-
Field Details
-
TABLE_NAME
- See Also:
-
SLNDEC_SELECTORNODEENTITYCLOBID
- See Also:
-
SLNDEC_SLND_SELECTORNODEID
- See Also:
-
SLNDEC_ENA_ENTITYATTRIBUTEID
- See Also:
-
SLNDEC_FROMTIME
- See Also:
-
SLNDEC_THRUTIME
- See Also:
-
-
Constructor Details
-
SelectorNodeEntityClobFactory
protected SelectorNodeEntityClobFactory()Creates a new instance of SelectorNodeEntityClobFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<SelectorNodeEntityClobPK,SelectorNodeEntityClob>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<SelectorNodeEntityClobPK,SelectorNodeEntityClob>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<SelectorNodeEntityClobPK,SelectorNodeEntityClob>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<SelectorNodeEntityClobPK,SelectorNodeEntityClob>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<SelectorNodeEntityClobPK,SelectorNodeEntityClob>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<SelectorNodeEntityClobPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<SelectorNodeEntityClobPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public SelectorNodeEntityClobPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<SelectorNodeEntityClobValue> getValuesFromPKs(Collection<SelectorNodeEntityClobPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public SelectorNodeEntityClobValue getValueFromPK(SelectorNodeEntityClobPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<SelectorNodeEntityClobValue> getValuesFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public SelectorNodeEntityClobValue getValueFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<SelectorNodeEntityClob> getEntitiesFromPKs(EntityPermission entityPermission, Collection<SelectorNodeEntityClobPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public SelectorNodeEntityClob getEntityFromValue(EntityPermission entityPermission, SelectorNodeEntityClobValue value) -
getEntityFromCache
-
getEntityFromPK
public SelectorNodeEntityClob getEntityFromPK(EntityPermission entityPermission, SelectorNodeEntityClobPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<SelectorNodeEntityClobPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<SelectorNodeEntityClobPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public SelectorNodeEntityClobPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<SelectorNodeEntityClob> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<SelectorNodeEntityClob> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<SelectorNodeEntityClob> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public SelectorNodeEntityClob getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public SelectorNodeEntityClob getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public SelectorNodeEntityClob getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<SelectorNodeEntityClob> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public SelectorNodeEntityClob getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public SelectorNodeEntityClob create(SelectorNode selectorNode, EntityAttribute entityAttribute, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public SelectorNodeEntityClob create(SelectorNodePK selectorNodePK, EntityAttributePK entityAttributePK, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<SelectorNodeEntityClobValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<SelectorNodeEntityClobPK,SelectorNodeEntityClob> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<SelectorNodeEntityClobPK,SelectorNodeEntityClob> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<SelectorNodeEntityClobPK,SelectorNodeEntityClob> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<SelectorNodeEntityClobPK,SelectorNodeEntityClob> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<SelectorNodeEntityClobPK,SelectorNodeEntityClob> - Throws:
PersistenceDatabaseException
-
validPK
- Specified by:
validPKin interfaceBaseFactory<SelectorNodeEntityClobPK,SelectorNodeEntityClob> - Throws:
PersistenceDatabaseException
-