Class SelectorNodeEntityIntegerFactory
java.lang.Object
com.echothree.model.data.selector.server.factory.SelectorNodeEntityIntegerFactory
- All Implemented Interfaces:
BaseFactory<SelectorNodeEntityIntegerPK,
SelectorNodeEntityInteger>
public class SelectorNodeEntityIntegerFactory
extends Object
implements BaseFactory<SelectorNodeEntityIntegerPK,SelectorNodeEntityInteger>
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptioncreate
(SelectorNodePK selectorNodePK, Integer integerAttribute, Long fromTime, Long thruTime) create
(SelectorNode selectorNode, Integer integerAttribute, Long fromTime, Long thruTime) create
(Session session, SelectorNodePK selectorNodePK, Integer integerAttribute, Long fromTime, Long thruTime) create
(Session session, SelectorNode selectorNode, Integer integerAttribute, Long fromTime, Long thruTime) void
create
(Session session, Collection<SelectorNodeEntityIntegerValue> _values) void
create
(Collection<SelectorNodeEntityIntegerValue> _values) getEntitiesFromPKs
(EntityPermission entityPermission, Collection<SelectorNodeEntityIntegerPK> pks) getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<SelectorNodeEntityIntegerPK> 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, SelectorNodeEntityIntegerPK pk) getEntityFromPK
(EntityPermission entityPermission, SelectorNodeEntityIntegerPK pk) getEntityFromPK
(Session session, EntityPermission entityPermission, SelectorNodeEntityIntegerPK 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, SelectorNodeEntityIntegerValue value) getEntityFromValue
(Session session, EntityPermission entityPermission, SelectorNodeEntityIntegerValue value) getPKFromQuery
(PreparedStatement ps, Object... params) getPKsFromQueryAsList
(PreparedStatement ps, Object... params) getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) getValueFromPK
(Session session, SelectorNodeEntityIntegerPK pk) getValueFromResultSet
(Session session, ResultSet rs) getValuesFromPKs
(Session session, Collection<SelectorNodeEntityIntegerPK> pks) getValuesFromResultSet
(Session session, ResultSet rs) prepareStatement
(String query) void
remove
(Session session, SelectorNodeEntityIntegerPK pk) void
remove
(Session session, SelectorNodeEntityInteger entity) void
remove
(Session session, Collection<SelectorNodeEntityIntegerPK> pks) void
void
store
(Session session, SelectorNodeEntityInteger entity) void
store
(Session session, Collection<SelectorNodeEntityInteger> entities) void
store
(Collection<SelectorNodeEntityInteger> entities) boolean
validPK
(Session session, SelectorNodeEntityIntegerPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
SLNDEI_SELECTORNODEENTITYINTEGERID
- See Also:
-
SLNDEI_SLND_SELECTORNODEID
- See Also:
-
SLNDEI_INTEGERATTRIBUTE
- See Also:
-
SLNDEI_FROMTIME
- See Also:
-
SLNDEI_THRUTIME
- See Also:
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumn
in interfaceBaseFactory<SelectorNodeEntityIntegerPK,
SelectorNodeEntityInteger>
-
getAllColumns
- Specified by:
getAllColumns
in interfaceBaseFactory<SelectorNodeEntityIntegerPK,
SelectorNodeEntityInteger>
-
getTableName
- Specified by:
getTableName
in interfaceBaseFactory<SelectorNodeEntityIntegerPK,
SelectorNodeEntityInteger>
-
getComponentVendorName
- Specified by:
getComponentVendorName
in interfaceBaseFactory<SelectorNodeEntityIntegerPK,
SelectorNodeEntityInteger>
-
getEntityTypeName
- Specified by:
getEntityTypeName
in interfaceBaseFactory<SelectorNodeEntityIntegerPK,
SelectorNodeEntityInteger>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<SelectorNodeEntityIntegerPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<SelectorNodeEntityIntegerPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
public SelectorNodeEntityIntegerPK getPKFromResultSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<SelectorNodeEntityIntegerValue> getValuesFromPKs(Session session, Collection<SelectorNodeEntityIntegerPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public SelectorNodeEntityIntegerValue getValueFromPK(Session session, SelectorNodeEntityIntegerPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<SelectorNodeEntityIntegerValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public SelectorNodeEntityIntegerValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<SelectorNodeEntityInteger> getEntitiesFromPKs(EntityPermission entityPermission, Collection<SelectorNodeEntityIntegerPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<SelectorNodeEntityInteger> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<SelectorNodeEntityIntegerPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public SelectorNodeEntityInteger getEntityFromValue(EntityPermission entityPermission, SelectorNodeEntityIntegerValue value) -
getEntityFromValue
public SelectorNodeEntityInteger getEntityFromValue(Session session, EntityPermission entityPermission, SelectorNodeEntityIntegerValue value) -
getEntityFromPK
public SelectorNodeEntityInteger getEntityFromPK(EntityPermission entityPermission, SelectorNodeEntityIntegerPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
public SelectorNodeEntityInteger getEntityFromCache(Session session, SelectorNodeEntityIntegerPK pk) -
getEntityFromPK
public SelectorNodeEntityInteger getEntityFromPK(Session session, EntityPermission entityPermission, SelectorNodeEntityIntegerPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<SelectorNodeEntityIntegerPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<SelectorNodeEntityIntegerPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public SelectorNodeEntityIntegerPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<SelectorNodeEntityInteger> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<SelectorNodeEntityInteger> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<SelectorNodeEntityInteger> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<SelectorNodeEntityInteger> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<SelectorNodeEntityInteger> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<SelectorNodeEntityInteger> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<SelectorNodeEntityInteger> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public SelectorNodeEntityInteger getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public SelectorNodeEntityInteger getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public SelectorNodeEntityInteger getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public SelectorNodeEntityInteger getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public SelectorNodeEntityInteger getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public SelectorNodeEntityInteger getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public SelectorNodeEntityInteger getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<SelectorNodeEntityInteger> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<SelectorNodeEntityInteger> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public SelectorNodeEntityInteger getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public SelectorNodeEntityInteger getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public SelectorNodeEntityInteger create(Session session, SelectorNode selectorNode, Integer integerAttribute, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public SelectorNodeEntityInteger create(SelectorNode selectorNode, Integer integerAttribute, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public SelectorNodeEntityInteger create(Session session, SelectorNodePK selectorNodePK, Integer integerAttribute, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public SelectorNodeEntityInteger create(SelectorNodePK selectorNodePK, Integer integerAttribute, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<SelectorNodeEntityIntegerValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<SelectorNodeEntityIntegerValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
public void store(Session session, SelectorNodeEntityInteger entity) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<SelectorNodeEntityIntegerPK,
SelectorNodeEntityInteger> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<SelectorNodeEntityInteger> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<SelectorNodeEntityIntegerPK,
SelectorNodeEntityInteger> - Throws:
PersistenceDatabaseException
-
store
public void store(Collection<SelectorNodeEntityInteger> entities) throws PersistenceDatabaseException - Specified by:
store
in interfaceBaseFactory<SelectorNodeEntityIntegerPK,
SelectorNodeEntityInteger> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, SelectorNodeEntityInteger entity) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<SelectorNodeEntityIntegerPK,
SelectorNodeEntityInteger> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, SelectorNodeEntityIntegerPK pk) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<SelectorNodeEntityIntegerPK,
SelectorNodeEntityInteger> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<SelectorNodeEntityIntegerPK> pks) throws PersistenceDatabaseException - Specified by:
remove
in interfaceBaseFactory<SelectorNodeEntityIntegerPK,
SelectorNodeEntityInteger> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
remove
in interfaceBaseFactory<SelectorNodeEntityIntegerPK,
SelectorNodeEntityInteger> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, SelectorNodeEntityIntegerPK pk) throws PersistenceDatabaseException - Specified by:
validPK
in interfaceBaseFactory<SelectorNodeEntityIntegerPK,
SelectorNodeEntityInteger> - Throws:
PersistenceDatabaseException
-