Uses of Interface
com.blazebit.persistence.view.metamodel.Type
Packages that use Type
-
Uses of Type in com.blazebit.persistence.view.metamodel
Subinterfaces of Type in com.blazebit.persistence.view.metamodelModifier and TypeInterfaceDescriptioninterfaceBasicType<X>Represents the metamodel of a basic type.interfaceFlatViewType<X>Represents the metamodel of a flat entity view.interfaceRepresents the metamodel of an managed entity view type which is either an entity view or an embeddable entity view.interfaceViewType<X>Represents the metamodel of an entity view.Methods in com.blazebit.persistence.view.metamodel that return TypeModifier and TypeMethodDescriptionPluralAttribute.getElementType()Returns the type representing the element type of the collection.MapAttribute.getKeyType()Returns the java type of the key.SingularAttribute.getType()Returns the type representing the type of the attribute.Methods in com.blazebit.persistence.view.metamodel that return types with arguments of type TypeModifier and TypeMethodDescriptionMethodAttribute.getPersistCascadeAllowedSubtypes()Returns the subtypes that are allowed to be used when cascadingCascadeType.PERSISTevents.MethodAttribute.getReadOnlyAllowedSubtypes()Returns the read-only subtypes that are allowed to be assigned to this attribute.MethodAttribute.getUpdateCascadeAllowedSubtypes()Returns the subtypes that are allowed to be used when cascadingCascadeType.UPDATEevents.