Internal Website Search

131-140 of 200 resultsRefresh

javax.persistence.metamodel.BasicType

javax.persistence ... ="/api/java/jpa/metamodel/Type" title="Interface in javax.persistence.metamodel">Type<X> ... ">persistence.metamodel.Type

javax.persistence.Enumerated

javax.persistence ... ) Specifies that a persistent property or field should be persisted as a enumerated type. The Enumerated annotation

javax.persistence.Embedded

javax.persistence ... ) Specifies a persistent field or property ... must be annotated as persistence">

javax.persistence.TransactionRequiredException

javax.persistence ... /PersistenceException" title="Exception in javax.persistence">javax.persistence.PersistenceException javax.persistence.TransactionRequiredException

javax.persistence.spi.PersistenceProviderResolver

javax.persistence.spi ... class="description"> Determine the list of persistence providers available in the runtime ... javax.persistence.spi">PersistenceProvider

persist(entity)

.persistence">javax.persistence.EntityManagervoid persist(  Object entity) Make an instance managed and persistent ... .persistence">EntityExistsException - if the entity already exists

javax.persistence.EmbeddedId

javax.persistence ... ) Applied to a persistent field or ... ="Annotation in javax.persistence">Embeddable . There must be only one

javax.persistence.ElementCollection

javax.persistence ... /FetchType" title="Enum in javax.persistence">FetchType persistence.ElementCollection">fetch

javax.persistence.MapKeyEnumerated

javax.persistence ... ="Annotation in javax.persistence">ElementCollection persistence">OneToMany

javax.persistence.Temporal

javax.persistence ... for persistent fields or properties of type java.util.Date and java.util ... " title="Annotation in javax.persistence">Basic annotation, the