Uses of Interface
org.hibernate.tool.orm.jbt.api.wrp.PersistentClassWrapper
-
Packages that use PersistentClassWrapper Package Description org.hibernate.tool.orm.jbt.api.wrp org.hibernate.tool.orm.jbt.internal.factory -
-
Uses of PersistentClassWrapper in org.hibernate.tool.orm.jbt.api.wrp
Methods in org.hibernate.tool.orm.jbt.api.wrp that return PersistentClassWrapper Modifier and Type Method Description PersistentClassWrapperValueWrapper. getAssociatedClass()PersistentClassWrapperConfigurationWrapper. getClassMapping(String string)PersistentClassWrapperValueWrapper. getOwner()PersistentClassWrapperPropertyWrapper. getPersistentClass()PersistentClassWrapperPersistentClassWrapper. getRootClass()PersistentClassWrapperPersistentClassWrapper. getSuperclass()Methods in org.hibernate.tool.orm.jbt.api.wrp that return types with arguments of type PersistentClassWrapper Modifier and Type Method Description Iterator<PersistentClassWrapper>ConfigurationWrapper. getClassMappings()List<PersistentClassWrapper>PersistentClassWrapper. getSubclasses()Iterator<PersistentClassWrapper>PersistentClassWrapper. getSubclassIterator()Methods in org.hibernate.tool.orm.jbt.api.wrp with parameters of type PersistentClassWrapper Modifier and Type Method Description StringCfg2HbmToolWrapper. getTag(PersistentClassWrapper pcw)voidValueWrapper. setAssociatedClass(PersistentClassWrapper pc)voidPropertyWrapper. setPersistentClass(PersistentClassWrapper pc) -
Uses of PersistentClassWrapper in org.hibernate.tool.orm.jbt.internal.factory
Methods in org.hibernate.tool.orm.jbt.internal.factory that return PersistentClassWrapper Modifier and Type Method Description static PersistentClassWrapperPersistentClassWrapperFactory. createPersistentClassWrapper(org.hibernate.mapping.PersistentClass wrappedPersistentClass)static PersistentClassWrapperPersistentClassWrapperFactory. createRootClassWrapper()Methods in org.hibernate.tool.orm.jbt.internal.factory with parameters of type PersistentClassWrapper Modifier and Type Method Description static ValueWrapperValueWrapperFactory. createArrayWrapper(PersistentClassWrapper persistentClassWrapper)static ValueWrapperValueWrapperFactory. createBagWrapper(PersistentClassWrapper persistentClassWrapper)static ValueWrapperValueWrapperFactory. createComponentWrapper(PersistentClassWrapper persistentClassWrapper)static ValueWrapperValueWrapperFactory. createIdentifierBagValueWrapper(PersistentClassWrapper persistentClassWrapper)static ObjectPersistentClassWrapperFactory. createJoinedTableSubClassWrapper(PersistentClassWrapper persistentClassWrapper)static ValueWrapperValueWrapperFactory. createListWrapper(PersistentClassWrapper persistentClassWrapper)static ValueWrapperValueWrapperFactory. createMapWrapper(PersistentClassWrapper persistentClassWrapper)static ValueWrapperValueWrapperFactory. createOneToManyWrapper(PersistentClassWrapper persistentClassWrapper)static ValueWrapperValueWrapperFactory. createOneToOneWrapper(PersistentClassWrapper persistentClassWrapper)static ValueWrapperValueWrapperFactory. createPrimitiveArrayWrapper(PersistentClassWrapper persistentClassWrapper)static ValueWrapperValueWrapperFactory. createSetWrapper(PersistentClassWrapper persistentClassWrapper)static ObjectPersistentClassWrapperFactory. createSingleTableSubClassWrapper(PersistentClassWrapper persistentClassWrapper)
-