Uses of Class
org.hibernate.boot.jaxb.cfg.spi.JaxbCfgConfigPropertyType
-
Packages that use JaxbCfgConfigPropertyType Package Description org.hibernate.boot.jaxb.cfg.spi -
-
Uses of JaxbCfgConfigPropertyType in org.hibernate.boot.jaxb.cfg.spi
Fields in org.hibernate.boot.jaxb.cfg.spi with type parameters of type JaxbCfgConfigPropertyType Modifier and Type Field Description protected List<JaxbCfgConfigPropertyType>
JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory. property
Methods in org.hibernate.boot.jaxb.cfg.spi that return JaxbCfgConfigPropertyType Modifier and Type Method Description JaxbCfgConfigPropertyType
ObjectFactory. createJaxbCfgConfigPropertyType()
Create an instance ofJaxbCfgConfigPropertyType
Methods in org.hibernate.boot.jaxb.cfg.spi that return types with arguments of type JaxbCfgConfigPropertyType Modifier and Type Method Description List<JaxbCfgConfigPropertyType>
JaxbCfgHibernateConfiguration.JaxbCfgSessionFactory. getProperty()
Gets the value of the property property.
-