Uses of Class
org.hibernate.persister.entity.EntityNameUse.UseKind
-
Packages that use EntityNameUse.UseKind Package Description org.hibernate.persister.entity This package abstracts persistence mechanisms for entities. -
-
Uses of EntityNameUse.UseKind in org.hibernate.persister.entity
Methods in org.hibernate.persister.entity that return EntityNameUse.UseKind Modifier and Type Method Description EntityNameUse.UseKind
EntityNameUse. getKind()
EntityNameUse.UseKind
EntityNameUse.UseKind. stronger(EntityNameUse.UseKind other)
static EntityNameUse.UseKind
EntityNameUse.UseKind. valueOf(String name)
Returns the enum constant of this type with the specified name.static EntityNameUse.UseKind[]
EntityNameUse.UseKind. values()
Returns an array containing the constants of this enum type, in the order they are declared.EntityNameUse.UseKind
EntityNameUse.UseKind. weaker(EntityNameUse.UseKind other)
Methods in org.hibernate.persister.entity with parameters of type EntityNameUse.UseKind Modifier and Type Method Description boolean
EntityNameUse.UseKind. isStrongerThan(EntityNameUse.UseKind other)
boolean
EntityNameUse.UseKind. isWeakerThan(EntityNameUse.UseKind other)
EntityNameUse.UseKind
EntityNameUse.UseKind. stronger(EntityNameUse.UseKind other)
EntityNameUse.UseKind
EntityNameUse.UseKind. weaker(EntityNameUse.UseKind other)
-