Uses of Class
com.echothree.model.data.core.common.pk.EntityBooleanAttributePK
Packages that use EntityBooleanAttributePK
Package
Description
-
Uses of EntityBooleanAttributePK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityBooleanAttributePK -
Uses of EntityBooleanAttributePK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityBooleanAttributePKModifier and TypeMethodDescriptionEntityBooleanAttributeFactory.getNextPK()
EntityBooleanAttributeFactory.getPKFromQuery
(PreparedStatement ps, Object... params) EntityBooleanAttributeFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityBooleanAttributePKModifier and TypeMethodDescriptionEntityBooleanAttributeFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) EntityBooleanAttributeFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) EntityBooleanAttributeFactory.getPKsFromResultSetAsList
(ResultSet rs) EntityBooleanAttributeFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityBooleanAttributePKModifier and TypeMethodDescriptionEntityBooleanAttributeFactory.getEntityFromCache
(Session session, EntityBooleanAttributePK pk) EntityBooleanAttributeFactory.getEntityFromPK
(EntityPermission entityPermission, EntityBooleanAttributePK pk) EntityBooleanAttributeFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityBooleanAttributePK pk) EntityBooleanAttributeFactory.getValueFromPK
(Session session, EntityBooleanAttributePK pk) void
EntityBooleanAttributeFactory.remove
(Session session, EntityBooleanAttributePK pk) boolean
EntityBooleanAttributeFactory.validPK
(Session session, EntityBooleanAttributePK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityBooleanAttributePKModifier and TypeMethodDescriptionEntityBooleanAttributeFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EntityBooleanAttributePK> pks) EntityBooleanAttributeFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityBooleanAttributePK> pks) EntityBooleanAttributeFactory.getValuesFromPKs
(Session session, Collection<EntityBooleanAttributePK> pks) void
EntityBooleanAttributeFactory.remove
(Session session, Collection<EntityBooleanAttributePK> pks) void
EntityBooleanAttributeFactory.remove
(Collection<EntityBooleanAttributePK> pks) -
Uses of EntityBooleanAttributePK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityBooleanAttributePKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityBooleanAttributePKModifierConstructorDescriptionEntityBooleanAttributeValue
(EntityBooleanAttributePK entityBooleanAttributePK, EntityAttributePK entityAttributePK, EntityInstancePK entityInstancePK, Boolean booleanAttribute, Long fromTime, Long thruTime) Creates a new instance of EntityBooleanAttributeValue