Uses of Enum Class
org.hibernate.persister.entity.EntityNameUse.UseKind
Packages that use EntityNameUse.UseKind
Package
Description
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.UseKindModifier and TypeMethodDescriptionEntityNameUse.getKind()
EntityNameUse.UseKind.stronger
(EntityNameUse.UseKind other) static EntityNameUse.UseKind
Returns the enum constant of this class with the specified name.static EntityNameUse.UseKind[]
EntityNameUse.UseKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.EntityNameUse.UseKind.weaker
(EntityNameUse.UseKind other) Methods in org.hibernate.persister.entity with parameters of type EntityNameUse.UseKindModifier and TypeMethodDescriptionboolean
EntityNameUse.UseKind.isStrongerThan
(EntityNameUse.UseKind other) boolean
EntityNameUse.UseKind.isWeakerThan
(EntityNameUse.UseKind other) EntityNameUse.UseKind.stronger
(EntityNameUse.UseKind other) EntityNameUse.UseKind.weaker
(EntityNameUse.UseKind other)