Class ContactInet6AddressFactory
java.lang.Object
com.echothree.model.data.contact.server.factory.ContactInet6AddressFactory
- All Implemented Interfaces:
BaseFactory<ContactInet6AddressPK,ContactInet6Address>
@ApplicationScoped
public class ContactInet6AddressFactory
extends Object
implements BaseFactory<ContactInet6AddressPK,ContactInet6Address>
-
Field Summary
Fields -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedCreates a new instance of ContactInet6AddressFactory -
Method Summary
Modifier and TypeMethodDescriptioncreate(ContactMechanismPK contactMechanismPK, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) create(ContactMechanism contactMechanism, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) create(Session session, ContactMechanismPK contactMechanismPK, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) create(Session session, ContactMechanism contactMechanism, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) voidcreate(Session session, Collection<ContactInet6AddressValue> _values) voidcreate(Collection<ContactInet6AddressValue> _values) getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContactInet6AddressPK> pks) getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContactInet6AddressPK> 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, ContactInet6AddressPK pk) getEntityFromPK(EntityPermission entityPermission, ContactInet6AddressPK pk) getEntityFromPK(Session session, EntityPermission entityPermission, ContactInet6AddressPK 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, ContactInet6AddressValue value) getEntityFromValue(Session session, EntityPermission entityPermission, ContactInet6AddressValue value) static ContactInet6AddressFactorygetPKFromQuery(PreparedStatement ps, Object... params) getPKsFromQueryAsList(PreparedStatement ps, Object... params) getPKsFromQueryAsSet(PreparedStatement ps, Object... params) getValueFromPK(Session session, ContactInet6AddressPK pk) getValueFromResultSet(Session session, ResultSet rs) getValuesFromPKs(Session session, Collection<ContactInet6AddressPK> pks) getValuesFromResultSet(Session session, ResultSet rs) prepareStatement(String query) voidremove(Session session, ContactInet6AddressPK pk) voidremove(Session session, ContactInet6Address entity) voidremove(Session session, Collection<ContactInet6AddressPK> pks) voidvoidstore(Session session, ContactInet6Address entity) voidstore(Session session, Collection<ContactInet6Address> entities) voidstore(Collection<ContactInet6Address> entities) booleanvalidPK(Session session, ContactInet6AddressPK pk)
-
Field Details
-
TABLE_NAME
- See Also:
-
CTI6A_CONTACTINET6ADDRESSID
- See Also:
-
CTI6A_CMCH_CONTACTMECHANISMID
- See Also:
-
CTI6A_INET6ADDRESSLOW
- See Also:
-
CTI6A_INET6ADDRESSHIGH
- See Also:
-
CTI6A_FROMTIME
- See Also:
-
CTI6A_THRUTIME
- See Also:
-
-
Constructor Details
-
ContactInet6AddressFactory
protected ContactInet6AddressFactory()Creates a new instance of ContactInet6AddressFactory
-
-
Method Details
-
getInstance
-
getPKColumn
- Specified by:
getPKColumnin interfaceBaseFactory<ContactInet6AddressPK,ContactInet6Address>
-
getAllColumns
- Specified by:
getAllColumnsin interfaceBaseFactory<ContactInet6AddressPK,ContactInet6Address>
-
getTableName
- Specified by:
getTableNamein interfaceBaseFactory<ContactInet6AddressPK,ContactInet6Address>
-
getComponentVendorName
- Specified by:
getComponentVendorNamein interfaceBaseFactory<ContactInet6AddressPK,ContactInet6Address>
-
getEntityTypeName
- Specified by:
getEntityTypeNamein interfaceBaseFactory<ContactInet6AddressPK,ContactInet6Address>
-
prepareStatement
-
getNextPK
-
getPKsFromResultSetAsSet
public Set<ContactInet6AddressPK> getPKsFromResultSetAsSet(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromResultSetAsList
public List<ContactInet6AddressPK> getPKsFromResultSetAsList(ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromResultSet
- Throws:
PersistenceDatabaseException
-
getValuesFromPKs
public List<ContactInet6AddressValue> getValuesFromPKs(Session session, Collection<ContactInet6AddressPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromPK
public ContactInet6AddressValue getValueFromPK(Session session, ContactInet6AddressPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValuesFromResultSet
public List<ContactInet6AddressValue> getValuesFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getValueFromResultSet
public ContactInet6AddressValue getValueFromResultSet(Session session, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContactInet6Address> getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContactInet6AddressPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromPKs
public List<ContactInet6Address> getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContactInet6AddressPK> pks) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromValue
public ContactInet6Address getEntityFromValue(EntityPermission entityPermission, ContactInet6AddressValue value) -
getEntityFromValue
public ContactInet6Address getEntityFromValue(Session session, EntityPermission entityPermission, ContactInet6AddressValue value) -
getEntityFromPK
public ContactInet6Address getEntityFromPK(EntityPermission entityPermission, ContactInet6AddressPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromCache
-
getEntityFromPK
public ContactInet6Address getEntityFromPK(Session session, EntityPermission entityPermission, ContactInet6AddressPK pk) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsSet
public Set<ContactInet6AddressPK> getPKsFromQueryAsSet(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKsFromQueryAsList
public List<ContactInet6AddressPK> getPKsFromQueryAsList(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getPKFromQuery
public ContactInet6AddressPK getPKFromQuery(PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContactInet6Address> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContactInet6Address> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContactInet6Address> getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContactInet6Address> getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContactInet6Address> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContactInet6Address> getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromQuery
public List<ContactInet6Address> getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContactInet6Address getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContactInet6Address getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContactInet6Address getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContactInet6Address getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) throws PersistenceDatabaseException- Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContactInet6Address getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContactInet6Address getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromQuery
public ContactInet6Address getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContactInet6Address> getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntitiesFromResultSet
public List<ContactInet6Address> getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContactInet6Address getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
getEntityFromResultSet
public ContactInet6Address getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) throws PersistenceDatabaseException - Throws:
PersistenceDatabaseException
-
create
public ContactInet6Address create(Session session, ContactMechanism contactMechanism, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContactInet6Address create(ContactMechanism contactMechanism, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContactInet6Address create(Session session, ContactMechanismPK contactMechanismPK, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public ContactInet6Address create(ContactMechanismPK contactMechanismPK, Long inet6AddressLow, Long inet6AddressHigh, Long fromTime, Long thruTime) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Session session, Collection<ContactInet6AddressValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
create
public void create(Collection<ContactInet6AddressValue> _values) throws PersistenceDatabaseException, PersistenceNotNullException -
store
- Specified by:
storein interfaceBaseFactory<ContactInet6AddressPK,ContactInet6Address> - Throws:
PersistenceDatabaseException
-
store
public void store(Session session, Collection<ContactInet6Address> entities) throws PersistenceDatabaseException - Specified by:
storein interfaceBaseFactory<ContactInet6AddressPK,ContactInet6Address> - Throws:
PersistenceDatabaseException
-
store
- Specified by:
storein interfaceBaseFactory<ContactInet6AddressPK,ContactInet6Address> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ContactInet6AddressPK,ContactInet6Address> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ContactInet6AddressPK,ContactInet6Address> - Throws:
PersistenceDatabaseException
-
remove
public void remove(Session session, Collection<ContactInet6AddressPK> pks) throws PersistenceDatabaseException - Specified by:
removein interfaceBaseFactory<ContactInet6AddressPK,ContactInet6Address> - Throws:
PersistenceDatabaseException
-
remove
- Specified by:
removein interfaceBaseFactory<ContactInet6AddressPK,ContactInet6Address> - Throws:
PersistenceDatabaseException
-
validPK
public boolean validPK(Session session, ContactInet6AddressPK pk) throws PersistenceDatabaseException - Specified by:
validPKin interfaceBaseFactory<ContactInet6AddressPK,ContactInet6Address> - Throws:
PersistenceDatabaseException
-