static EFcEncryptionScope |
DBEncryptionProvider.getEncryptionScope(javax.persistence.EntityManagerFactory factory,
javax.persistence.metamodel.EntityType<?> entityType,
javax.persistence.metamodel.Attribute<?,?> attribute) |
Checks if the given attribute is an encrypted type, such as FCEncryptedStringType or FormDataEncryptedBinaryType.
|
static EFcEncryptionScope |
DBEncryptionProvider.getEncryptionScope(javax.persistence.EntityManagerFactory factory,
org.hibernate.type.Type type) |
Checks if the given type is an encrypted type, such as FCEncryptedStringType or FormDataEncryptedBinaryType.
|
EFcEncryptionScope |
FCEncryptedBinaryType.getEncryptionScope() |
|
EFcEncryptionScope |
FCEncryptedIntegerType.getEncryptionScope() |
|
EFcEncryptionScope |
FCEncryptedStringType.getEncryptionScope() |
|
EFcEncryptionScope |
FormDataEncryptedBinaryType.getEncryptionScope() |
|
EFcEncryptionScope |
FormDataEncryptedStringType.getEncryptionScope() |
|
EFcEncryptionScope |
IFcEncryptedType.getEncryptionScope() |
|
static EFcEncryptionScope |
EFcEncryptionScope.valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static EFcEncryptionScope[] |
EFcEncryptionScope.values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|