Package org.nuiton.topia.it.mapping
Enum TopiaItMappingEntityEnum
- All Implemented Interfaces:
Serializable,Comparable<TopiaItMappingEntityEnum>,java.lang.constant.Constable,TopiaEntityEnum
public enum TopiaItMappingEntityEnum
extends Enum<TopiaItMappingEntityEnum>
implements TopiaEntityEnum
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescription -
Method Summary
Modifier and TypeMethodDescriptionbooleanaccept(Class<? extends TopiaEntity> klass) Class<? extends TopiaEntity>static <T extends TopiaEntity>
Class<T>getContractClass(Class<T> klass) static Class<? extends TopiaEntity>[]static TopiaItMappingEntityEnum[]Class<? extends TopiaEntity>static <T extends TopiaEntity>
Class<T>getImplementationClass(Class<T> klass) static Set<Class<? extends TopiaEntity>>static StringString[]String[]static <T extends TopiaEntity>
EntityOperator<T>getOperator(Class<T> klass) booleanbooleanvoidsetImplementationFQN(String implementationFQN) static TopiaItMappingEntityEnumReturns the enum constant of this type with the specified name.static TopiaItMappingEntityEnumReturns the enum constant of this type with the specified name.static TopiaItMappingEntityEnumvalueOf(TopiaEntity entity) Returns the enum constant of this type with the specified name.static TopiaItMappingEntityEnum[]values()Returns an array containing the constants of this enum type, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOfMethods inherited from interface org.nuiton.topia.persistence.TopiaEntityEnum
name
-
Enum Constant Details
-
A1
-
A11
-
A12
-
A13
-
B1
-
B11
-
B12
-
B13
-
A11A
-
A11B
-
A11C
-
A11D
-
A11E
-
B11A
-
B11B
-
B11C
-
B11D
-
A12A
-
A13A
-
B13A
-
B13B
-
B13C
-
A14A
-
A14B
-
A14C
-
A14D
-
Assoc14A
-
Assoc14B
-
Assoc14C
-
Assoc14D
-
B14A
-
B14B
-
B14C
-
B14D
-
A15A
-
A16
-
B16
-
C16
-
A17
-
B17
-
BB17
-
A18
-
B18
-
A19
-
B19
-
C19
-
A2
-
A21
-
A22
-
A23
-
B2
-
B21
-
B22
-
B23
-
A3
-
A31
-
A32
-
A33
-
B3
-
B31
-
B32
-
B33
-
A4
-
A5
-
A51
-
A53
-
B5
-
B51
-
B53
-
A6
-
A61
-
A62
-
A63
-
B6
-
B61
-
B62
-
B63
-
A7
-
A71
-
A72
-
A73
-
B7
-
B71
-
B72
-
B73
-
A9
-
-
Method Details
-
values
Returns an array containing the constants of this enum type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
name- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getContract
- Specified by:
getContractin interfaceTopiaEntityEnum
-
dbSchemaName
- Specified by:
dbSchemaNamein interfaceTopiaEntityEnum
-
dbTableName
- Specified by:
dbTableNamein interfaceTopiaEntityEnum
-
getNaturalIds
- Specified by:
getNaturalIdsin interfaceTopiaEntityEnum
-
isUseNaturalIds
public boolean isUseNaturalIds()- Specified by:
isUseNaturalIdsin interfaceTopiaEntityEnum
-
getNotNulls
- Specified by:
getNotNullsin interfaceTopiaEntityEnum
-
isUseNotNulls
public boolean isUseNotNulls()- Specified by:
isUseNotNullsin interfaceTopiaEntityEnum
-
getImplementationFQN
- Specified by:
getImplementationFQNin interfaceTopiaEntityEnum
-
setImplementationFQN
- Specified by:
setImplementationFQNin interfaceTopiaEntityEnum
-
accept
- Specified by:
acceptin interfaceTopiaEntityEnum
-
getImplementation
- Specified by:
getImplementationin interfaceTopiaEntityEnum
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
entity- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)- Parameters:
klass- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException- if this enum type has no constant with the specified nameNullPointerException- if the argument is null
-
getContracts
-
getContractClass
-
getContractClasses
-
getImplementationClass
-
getImplementationClasses
-
getImplementationClassesAsString
-
getOperator
-