Uses of Class
adalid.core.enums.InheritanceMappingStrategy
-
Packages that use InheritanceMappingStrategy Package Description adalid.core adalid.core.annotations adalid.core.enums adalid.core.interfaces -
-
Uses of InheritanceMappingStrategy in adalid.core
Methods in adalid.core that return InheritanceMappingStrategy Modifier and Type Method Description InheritanceMappingStrategyAbstractPersistentEntity. getInheritanceMappingStrategy() -
Uses of InheritanceMappingStrategy in adalid.core.annotations
Methods in adalid.core.annotations that return InheritanceMappingStrategy Modifier and Type Method Description InheritanceMappingStrategystrategy()strategy especifica la estrategia que se debe utilizar para generar las tablas de la base de datos. -
Uses of InheritanceMappingStrategy in adalid.core.enums
Methods in adalid.core.enums that return InheritanceMappingStrategy Modifier and Type Method Description static InheritanceMappingStrategyInheritanceMappingStrategy. valueOf(String name)Returns the enum constant of this type with the specified name.static InheritanceMappingStrategy[]InheritanceMappingStrategy. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of InheritanceMappingStrategy in adalid.core.interfaces
Methods in adalid.core.interfaces that return InheritanceMappingStrategy Modifier and Type Method Description InheritanceMappingStrategyPersistentEntity. getInheritanceMappingStrategy()
-