Uses of Class
com.echothree.model.data.core.common.pk.EntityEncryptionKeyPK
Packages that use EntityEncryptionKeyPK
Package
Description
-
Uses of EntityEncryptionKeyPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return EntityEncryptionKeyPK -
Uses of EntityEncryptionKeyPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityEncryptionKeyPKModifier and TypeMethodDescriptionEntityEncryptionKeyFactory.getNextPK()
EntityEncryptionKeyFactory.getPKFromQuery
(PreparedStatement ps, Object... params) EntityEncryptionKeyFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityEncryptionKeyPKModifier and TypeMethodDescriptionEntityEncryptionKeyFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) EntityEncryptionKeyFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) EntityEncryptionKeyFactory.getPKsFromResultSetAsList
(ResultSet rs) EntityEncryptionKeyFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityEncryptionKeyPKModifier and TypeMethodDescriptionEntityEncryptionKeyFactory.getEntityFromCache
(Session session, EntityEncryptionKeyPK pk) EntityEncryptionKeyFactory.getEntityFromPK
(EntityPermission entityPermission, EntityEncryptionKeyPK pk) EntityEncryptionKeyFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, EntityEncryptionKeyPK pk) EntityEncryptionKeyFactory.getValueFromPK
(Session session, EntityEncryptionKeyPK pk) void
EntityEncryptionKeyFactory.remove
(Session session, EntityEncryptionKeyPK pk) boolean
EntityEncryptionKeyFactory.validPK
(Session session, EntityEncryptionKeyPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityEncryptionKeyPKModifier and TypeMethodDescriptionEntityEncryptionKeyFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<EntityEncryptionKeyPK> pks) EntityEncryptionKeyFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<EntityEncryptionKeyPK> pks) EntityEncryptionKeyFactory.getValuesFromPKs
(Session session, Collection<EntityEncryptionKeyPK> pks) void
EntityEncryptionKeyFactory.remove
(Session session, Collection<EntityEncryptionKeyPK> pks) void
EntityEncryptionKeyFactory.remove
(Collection<EntityEncryptionKeyPK> pks) -
Uses of EntityEncryptionKeyPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return EntityEncryptionKeyPKConstructors in com.echothree.model.data.core.server.value with parameters of type EntityEncryptionKeyPKModifierConstructorDescriptionEntityEncryptionKeyValue
(EntityEncryptionKeyPK entityEncryptionKeyPK, String entityEncryptionKeyName, Boolean isExternal, String secretKey, String initializationVector) Creates a new instance of EntityEncryptionKeyValue